Skip to content

release: 0.59.0#112

Open
stainless-app[bot] wants to merge 5 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk
Open

release: 0.59.0#112
stainless-app[bot] wants to merge 5 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app Bot commented May 27, 2026

Automated Release PR

0.59.0 (2026-06-01)

Full Changelog: v0.58.0...v0.59.0

Features

  • api: surface category field on browser telemetry events (131f0e9)
  • Support Byteful mobile proxies (c591523)

Bug Fixes

  • api: move batch + get_mouse_position into Browser Computer Controls tag (2798284)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions


Note

Medium Risk
Removing mobile proxy fields (carrier, asn, zip) is a breaking TypeScript/API contract change; required category on telemetry events may break strict parsers that omit the new field.

Overview
Release 0.59.0 bumps package/version metadata and refreshes the pinned OpenAPI spec. Generated SDK types change in three areas.

Browser telemetry — Every streamed event interface now includes a required category (console, interaction, network, page, or system) alongside existing type, so consumers can group or filter without inferring from type alone.

Mobile proxiesMobileProxyConfig is narrowed to Byteful-style targeting: optional country, city, and state only. asn, carrier, and zip are removed from create/retrieve/list/check params and responses (breaking for callers that still sent those fields).

Computer controls — The Computer resource gains class-level docs; OpenAPI regroups batch and get_mouse_position under Browser Computer Controls (no method signature changes in the diff).

Reviewed by Cursor Bugbot for commit ff4a2b1. Bugbot is set up for automated code reviews on this repo. Configure here.

@firetiger-agent
Copy link
Copy Markdown

Firetiger deploy monitoring skipped

This PR didn't match the auto-monitor filter configured on your GitHub connection:

Any PR that changes the kernel API. Monitor changes to API endpoints (packages/api/cmd/api/) and Temporal workflows (packages/api/lib/temporal) in the kernel repo

Reason: This is an automated release PR for the node SDK with no visible changes to kernel API endpoints or Temporal workflows.

To monitor this PR anyway, reply with @firetiger monitor this.

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented May 27, 2026

🧪 Testing

To try out this version of the SDK:

npm install 'https://pkg.stainless.com/s/kernel-typescript/27982848c92f285163665421815f46a43cfef129/dist.tar.gz'

Expires at: Wed, 01 Jul 2026 14:21:34 GMT
Updated at: Mon, 01 Jun 2026 14:21:34 GMT

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 588b711 to d6b8a67 Compare May 29, 2026 16:19
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from d6b8a67 to 8013c04 Compare May 29, 2026 17:41
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--sdk branch from 8013c04 to ff4a2b1 Compare June 1, 2026 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants